CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - conjugate gradient method

搜索资源列表

  1. optimation

    0下载:
  2. 最优化计算的牛顿法+共轭梯度法的MATLAB程序-Optimization Newton's Law + conjugate gradient method MATLAB
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1748
    • 提供者:whispering
  1. Conjugateexamples

    0下载:
  2. 实现共轭梯度法的实例,该算法是一种优化算法,其具体优越性相信用者自知!-achieve conjugate gradient method example, the algorithm is an optimization algorithm, the specific advantages of knowing who to believe!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:48768
    • 提供者:鲤鱼
  1. The_Levenberg-Marquardt_Algorithm

    2下载:
  2. LM算法 老外写的The Levenberg-Marquardt (LM) algorithm is the most widely used optimization algorithm. It outperforms simple gradient descent and other conjugate gradient methods in a wide variety of problems. This document aims to provide an intuitiv
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:32214
    • 提供者:TANG
  1. CG

    1下载:
  2. 共轭梯度法CGmatlab程序 解线性方程组-Conjugate gradient method matlab program for solving linear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:726
    • 提供者:zn
  1. conjugate_gradient

    1下载:
  2. 最优化方法中共轭梯度法的matlab程序-Optimization method of conjugated gradient method matlab program
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:528
    • 提供者:陈莫
  1. unconstrained_optimization

    1下载:
  2. VC实现的,多维函数搜索,无约束优化方法, (1)最速下降法 (2)阻尼牛顿法(3)共轭梯度法 (4)鲍维尔法(5)变尺度法(6)单纯形法 -VC implementation, multi-dimensional function of search, unconstrained optimization methods, (1), steepest descent method (2) damped Newton' s method (3) conjugate gradient
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:3191037
    • 提供者:李湖
  1. Unconstrained_optimization

    3下载:
  2. 压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimiz
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4607
    • 提供者:闫安心
  1. getd

    0下载:
  2. 共轭梯度法,是数值分析中很重要的一种,源码为其在matlab中的实现。-Conjugate gradient method, numerical analysis is a very important one in the matlab source code for its realization.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1015
    • 提供者:马丫
  1. optimizethedesign

    0下载:
  2. 优化设计常用程序,用C++编的一些最优化作业中的程序,有Newton法,DFP法,共轭梯度法,单纯形法,内点法,外点法,内外点法,都能使用。-Commonly used to optimize the design process, using C++ for some of the most optimized operating procedures, the Newton method, DFP method, conjugate gradient method, simplex meth
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:9948
    • 提供者:lijiale
  1. Nonlinear_Programming

    3下载:
  2. 非线性规划中的最陡下降法、BFGS方法和共轭梯度法matlab源程序(3-拟牛顿BFGS方法).m-Non-linear programming in the steepest descent method, BFGS and conjugate gradient method matlab source code (3- Quasi-Newton BFGS method). M
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:738
    • 提供者:lilin
  1. CG_PLUS

    0下载:
  2. 利用共轭梯度法(CG+)求解大规模无约束最优化问题,代码所用语言为Fortran77.-The use of conjugate gradient method (CG+) to solve large-scale unconstrained optimization problems, the code language for Fortran77.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:396570
    • 提供者:刘东
  1. conjugate_gradient_method

    0下载:
  2. 1. 程序运行时首先输入要求解第几题,然后输入初始点,即可得到最后结果。从程序运行结果中我们可以看到,采用共轭梯度法所得的结果比采用最速下降法所得的结果更为精确,这是由于:共轭梯度法实质上是对最速下降法的修正,使搜索方向变为共轭方向,即每一步的搜索方向都要对该步的负梯度进行修正。-1. Program run-time solution of the first type the first few questions asked, and then enter the initial poin
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1122
    • 提供者:陈卫亮
  1. improveBPNet

    1下载:
  2. 改进的BP算法实现程序,以共轭梯度法实现BP神经网络。测试数据以txt格式给出。-Improved BP algorithm procedures in order to conjugate gradient method to achieve BP neural network. Test data given in txt format.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:233044
    • 提供者:高雅田
  1. optimization

    0下载:
  2. 基于最速下降法、牛顿法、共轭梯度法的matlab程序 -Steepest descent Newton conjugate gradient method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1416
    • 提供者:lzy
  1. shili97

    0下载:
  2. 制作运用共轭梯度法解线性方程组的用户界面 -Making use of conjugate gradient method to solve linear equations of the user interface
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:740
    • 提供者:岳翠翠
  1. painless-conjugate-gradient

    1下载:
  2. 这是一篇外国人写的关于最优化方法中共轭梯度法的通俗易懂的介绍,文中用了大量的图形来解释相关概念和公式的几何意义。不过,需要一定的英语阅读能力。-This is a user-friendly introduction to a foreigner on the optimal method of conjugated gradient method, the paper uses a large number of graphics to explain the geometric meanin
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:422517
    • 提供者:liwenbo
  1. conjugate

    0下载:
  2. conjugate就是所谓的共轭梯度法,用迭代的思想解决一些数值问题-conjugate is called the conjugate gradient method, iterative thinking to solve some numerical problems
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:580
    • 提供者:fan
  1. painless-conjugate-gradient.pdf

    0下载:
  2. congujate gradient method
  3. 所属分类:Development Research

    • 发布日期:2017-12-03
    • 文件大小:428103
    • 提供者:Harivansh
  1. Conjugate-Gradient-C-implementation-master

    0下载:
  2. Conjugate Gradient Method
  3. 所属分类:数学计算

    • 发布日期:2018-04-30
    • 文件大小:23552
    • 提供者:ragnar
  1. ConjGrad

    0下载:
  2. Conjugate Gradient Method for finding minimum of funcitons
  3. 所属分类:数学计算

    • 发布日期:2018-05-06
    • 文件大小:40960
    • 提供者:shonga
« 1 2 34 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com